fuel-types 0.5.3

Atomic types of the FuelVM.
Documentation

Fuel Types

build crates.io docs discord

Rust implementation of the atomic types for the FuelVM.

Compile features

  • std: Unless set, the crate will link to the core-crate instead of the std-crate. More info here.
  • alloc: Use Vec from alloc for no-std.
  • random: Implement no-std rand features for the provided types.
  • serde: Add support for serde for the provided types.